RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / UrlDecodeToBytes Method / UrlDecodeToBytes(Byte[]) Method

In This Topic
    UrlDecodeToBytes(Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlDecodeToBytes( _
       ByVal bytes() As Byte _
    ) As Byte()
    public static byte[] UrlDecodeToBytes( 
       byte[] bytes
    )

    Parameters

    bytes
    See Also